Micron Document
Jon's Git Node

Node / forks / nomadnet / commits / 37fff0b

Commit 37fff0bc76a77a64d551d8500f9dcb6c7a95ae07


Parents : 3c73287
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-09-06T01:37:50+02:00

Added demo image to package data

Changes

1 files changed, 1 insertions(+), 0 deletions(-)

M setup.py +1

Diff

diff --git a/setup.py b/setup.py
index 69ad85d..8179141 100644
--- a/setup.py
+++ b/setup.py
@@ -13,6 +13,7 @@ if "--getversion" in sys.argv:
package_data = {
"": [
"examples/messageboard/*",
+ "ui/textui/images/demo.webp",
]
}

Served by rngit 1.5.4 - Generated in 0.03s